home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set ActiveStartspr to 3
- set inforouteChezVous to ActiveStartspr
- set startBall to 4
- set inforouteChezVousBall to 8
- set branchementsBall to startBall + 7
- set UtiliteEtLogicielsBall to startBall + 8
- set startHighLightSpr to 13
- set branchements to startHighLightSpr
- set UtiliteEtLogiciels to startHighLightSpr + 1
- set startHotSpot to 15
- set branchementsHS to startHotSpot
- set UtiliteEtLogicielsHS to startHotSpot + 1
- set ro to rollOver()
- puppetizeExclude(0, ro - (startHotSpot - startHighLightSpr), branchements, UtiliteEtLogiciels)
- case ro of
- inforouteChezVous, inforouteChezVousBall:
- go(the frame)
- branchementsHS, branchementsBall:
- puppetSprite(branchements, 1)
- set the member of sprite branchements to member "InforouteChezVousBranchements"
- updateStage()
- go(the frame)
- UtiliteEtLogicielsHS, UtiliteEtLogicielsBall:
- puppetSprite(UtiliteEtLogiciels, 1)
- set the member of sprite UtiliteEtLogiciels to member "InforouteChezVousutilitesEtLogiciels"
- updateStage()
- go(the frame)
- otherwise:
- depuppetize(branchements, UtiliteEtLogiciels)
- updateStage()
- go("infoRouteChezVousClose")
- end case
- end
-
- on exitFrame
- go(the frame)
- end
-